﻿a:not([href]):not([tabindex]) {
    color: $link-color;
}

.bg--grey, .bg--white {
  background-image: none;
}

.bg--white {
    background: #fff;
}

:root {
    --input-padding-x: .85rem;
    --input-padding-y: .85rem;
}
 
/************************************************** PRODUCT CARDS  ******/
.product-card {
  display: block;
  position: relative;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  max-width: 320px;
}
.product-card--sidebar {
  max-width: 300px;
  margin: 0 auto 50px;
}
.product-card h3 {
  font-size: 1.3em;
  font-weight: 400;
  margin: 0 0 5px;
  padding-top: 10px;
}
.product-card h3 a {
  display: block;
  color: #1f4b76;
}
.product-card__info {
  padding: 0 8px 10px;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: .3s ease-in-out;
}

.product-card__info cd {
  font-style: italic;
  padding-left: 10px;
  font-size: small;
}

.product-card:hover .product-card__info {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.1);
  border-left: 2px solid #ccc;
  border-right: 2px solid #ccc;
}
.product-card__info__price {
  font-size: 1.3em;
  color: #030303;
  font-weight: 600;
}
.product-card__info__price ep {
  font-size: 1.3em;
  color: #030303;
  font-weight: 600;
}
.product-card__info__price div {
  color: #a5a4a4;
  display: inline-block;
  margin: 0 5px;
  font-size: 0.8em;
  font-weight: 400;
  text-decoration: line-through;
}
.product-card__info__price span {
  font-size: 0.8em;
  font-weight: 400;
}
.product-card__image {
  display: block;
  position: relative;
  background: #fff;
  border: 1px solid #efefef;
  text-align: center;
  width: 100%;
  height: 210px;
  line-height: 204px;
  overflow: hidden;
}

.product-card__image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
}

.product-card__actions {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(31, 100, 169, .8);
  width: 100%;
  height: 0px;
  opacity: 0;
  transition: opacity .3s;
}
.product-card__image.hasFocus .product-card__actions {
  opacity: 1;
}
.product-card__actions a {
  background: #fff;
  color: #4ab4e3;
  border: 1px solid #4ab4e3;
  border-radius: 4px;
  margin: 0 4px;
  font-size: 1.5em;
  padding: 5px 10px;
}
.product-card__actions a:hover {
  background: #efefef;
  color: #204d77;
}
.product-card__actions a.active {
  background: #efefef;
  color: #4ab4e3;
}

.product-card__actions a.active:hover {
  background: #efefef;
  color: #204d77;
}

a.active .fa-shopping-cart, a.active .fa-balance-scale, .fa-heart, a.active .fa-cart-arrow-down {
  position: relative;
}

a.active .fa-shopping-cart:after, a.active .fa-balance-scale:after, a.active .fa-heart:after, a.active .fa-cart-arrow-down:after {
  color: #dc1d27;
  font-family: "Font Awesome 5 Pro";
  content: "\f058";
  font-weight: 900;
  position: absolute;
  top: -6px;
  right: -8px;
  font-size: .7em;
  background: #fff;
  border-radius: 20px;
  /*height: 14px;*/
}


/************************************************** SEARCH PAGE RESULTS  *******/
#results-table {
  margin: 0 0 20px;
}

.options {
  border-bottom: 1px solid #cecece;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

.options > div {
  margin: 0 0 0 0;
  /*padding-top: 20px;*/
  clear: both;
}

.options h4 {
  font-size: 1em;
  margin: 0 0 5px;
  color: #204c77;
}

.options__per-page {
  text-align: right;
    margin-bottom: 20px;
}

.options__view div {
  font-size: 2em;
  color: #bbb;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #cecece;
  cursor: pointer;
  float:left;
}
.options__view div:hover {
  color: #204d77;
}
.options__view div:last-of-type {
  border: 0;
  margin: 0;
  padding: 0;
}
.options__view div.active {
  color: #204d77;
  cursor: default;
}

.fa-times-circle,
.fa-times-circle-o {
  color: #dc1d27;
}

.fa-circle {
  color: orange;
}

.fa-check-circle,
.fa-check-circle-o {
  color: #81cc29;
}

a .fa-envelope.fa-envelope--blue-hover {
  color: #4ab4e3;
  transition: .3s;
}
a:hover .fa-envelope.fa-envelope--blue-hover {
  color: #204d77;
}

.pointer {
    cursor:pointer;
}

/************************************************** QUICK CARD  *******/
.row.quick-card {
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #d9d9d9;
  background: #fafafa;
  margin-bottom: 30px;
  line-height: 1;
  margin-left: 15px;
  margin-right: 15px;
  width: 100%;
}
.row.quick-card:nth-child(even) {
  background: #fff;
}
.quick-card__stock > div {
  font-size: 2em;
  margin-right: 10px;
}

.quick-card__stock > span {
  font-size: 1.3em;
  margin-right: 10px;
}

.quick-card__stock > a {
  font-size: 2em;
  margin-right: 10px;
}
.quick-card__meta {
  margin: 5px 0 10px;
}
.quick-card__meta > * {
  display: inline-block;
}
.quick-card__meta dt {
  margin-right: 10px;
}
.quick-card__actions a {
  display: inline-block;
/*  float: left;*/
  text-align: center;
  margin: 0 5px 5px 0;
  color: #4ab4e3;
  border: 1px solid #4ab4e3;
  font-size: 2em;
  width: 40px;
  line-height: 40px;
  transition: .3s;
}
.quick-card__actions a:last-of-type {
  margin: 0;
}
.quick-card__actions a.active,
.quick-card__actions a:hover {
  /*background: #2b8ab9;
  color: #fff;*/
}
.quick-card__actions a.active:hover {
  background: #fff;
  color: #4ab4e3;
}

.quick-card__info cd {
    font-style:italic;
    font-size: small;
    padding-left: 10px;
}

.quick-card__info__price {
  font-size: 2em;
  color: #030303;
  font-weight: 600;
  margin-bottom: 20px;
}
.quick-card__info__price div {
  color: #dc1d27;
  display: inline-block;
  margin: 0 10px;
  font-size: 0.65em;
  font-weight: 400;
  text-decoration: line-through;
}
.quick-card__info__price span {
  font-size: 0.5em;
  font-weight: 400;
  margin-right: 20px;
}
.quick-card__info__price span em {
  font-style: normal;
  font-weight: 600;
}
.quick-card a.remove {
  display: block;
  margin-bottom: 10px;
}
.quick-card a.remove .fa {
  float: none;
}
/************************************************** TABLES - GENERAL *******/
.table {
  width: 100%;
}
.table--simple td {
  padding: 10px;
  margin: 2px;
}
.table--simple tr td:first-of-type {
  width: 40%;
  font-weight: 600;
  border-right: 1px solid #fff;
}
.table--simple tr td:last-of-type {
  width: 60%;
}

/* over-rides for when things drop into the details row at responsive levels */
.footable-details__show,
.footable-details .footable-details__hide {
  display: none;
}

/************************************************** FOO-TABLE - PRODUCT LISTS *******/
.product-list {
    width: 100%;
}

.product-list > table {
  margin-bottom: 30px;
  width: 100%;
}

.product-list th {
    color: #fff;
    background-color: #204d77;
    padding: 10px;
}

.listingsmaller {
    font-size: smaller;
}

.listingsmaller td {
    padding: 0px;
}

.listingsmaller th.product-list__product {
  width: 70%;
  text-align: left;
}

.listingsmaller td.product-list__stock span {
  visibility:hidden;
  display:none;
}

th.product-list__product {
  width: 50%;
  text-align: left;
}

th.product-list__price,
th.product-list__quantity,
th.product-list__actions,
th.product-list__total {
  width: 8%;
  text-align: right;
}

td.product-list__price,
td.product-list__quantity,
td.product-list__actions,
td.product-list__total {
  width: 8%;
  text-align: right;
}

th.product-list__stock,
td.product-list__actions {
  width: 12%;
}

td.product-list__actions {
  text-align: right;
  padding-right: 10px;
}

td.product-list__actions a {
  font-size: 1.7em;
  color: #4ab4e3;
  line-height: 35px;
  margin-left: 10px;
  display: inline-block;
  transition: .3s;
}

td.product-list__actions a:hover {
  color: #204d77;
}

td.product-list__actions a:first-of-type {
  margin-left: 0;
}

td.product-list__actions a.active {
  color: #4ab4e3;
}

td.product-list__actions a.active:hover {
  color: #4ab4e3;
}

td.product-list__product {
  padding-left: 10px;
}

td.product-list__product a {
  font-weight: 600;
  display: block;
  padding: 5px;

}

td.product-list__product cd {
  display: block;
  font-size: small;
  font-style: italic;
}

td.product-list__product .product-list__product__actions a {
  display: inline-block;
  margin-right: 10px;
}

td.product-list__total {
  text-align: right;
  font-weight: 600;
}

td.product-list__total a i.fal {
    font-size: 1.7em;
    color: #dc1d27;
}

tr:nth-of-type(odd) {
  background: #fff; 
}

tr:nth-of-type(even) {
  background: #efefef; 
}

.product-list__stock {
  text-align: center;
}

.product-list__product__actions {
  font-weight: 600;
  font-size: 1.7em;
  text-transform: uppercase;
}

.product-list__product__actions a {
  color: #4ab4e3
}

.product-list__product__actions a i {
  margin-right:10px;
}

td.product-list__quantity {
  text-align: center;
  font-weight: 600;
}

td.product-list__quantity input {
  width: 50px;
  font-weight: 400;
  padding-left: 10px;
  display: block;
  margin: 0 auto;
}

.product-list__product__message {
  margin-top: 10px;
  margin-bottom: 10px;
}

.product-list__product__message span {
  font-size: 0.85em;
  margin-left: 10px;
}

.product-list__product__message span a {
    display: inline;
}

.product-list .product-list__product__message .fal {
  float: left;
  font-size: 1.3em;
}

.product-list .product-list__product__message .fa-exclamation-triangle {
  color: #4ab4e3;
}

.product-list .product-list__product__message .fa-money-bill {
  color: #e8b31b;
}

/* font-awesome tweaks */
.product-list .fa {
  display: block;
  text-align: center;
}

.product-list__product__actions .fa {
  color: #4ab4e3;
  font-size: 2em;
  display: inline-block;
  margin-right: 20px;
}

.product-list__product__actions .fa-trash-alt {
  color: #dc1d27;
}

td.product-list__stock .fa {
  font-size: 1.7em;
}

.product-list__stock span {
  font-size: 0.85em;
}

.product-list td.product-list__movement {
  background: #bfc9d2;
}

.product-list tbody tr:nth-child(even) td.product-list__movement {
  background: #cfd6de;
}

td.product-list__movement .fa {
  font-size: 1.6em;
  color: #204d77;
}

.footable-details td.product-list__movement {
  background: transparent !important;
}

.footable-details td.product-list__quantity input {
  margin: auto;
  display: inline-block;
}

/* Lightbox */
.lb-loader,.lightbox{text-align:center;line-height:0}body:after{content:url(vendor/images/close.png) url(vendor/images/prev.png) url(vendor/images/next.png);display:none}.lb-dataContainer:after,.lb-outerContainer:after{content:"";clear:both}body.lb-disable-scrolling{overflow:hidden}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(Opacity=80);opacity:.8;display:none}.lightbox{position:absolute;left:0;width:100%;z-index:10000;font-weight:400}.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid #fff}.lightbox a img{border:none}.lb-outerContainer{position:relative;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff}.lb-loader,.lb-nav{position:absolute;left:0}.lb-outerContainer:after{display:table}.lb-loader{top:43%;height:25%;width:100%}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;}.lb-nav{top:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(vendor/images/prev.png) left 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-prev:hover{filter:alpha(Opacity=100);opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(vendor/images/next.png) right 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-next:hover{filter:alpha(Opacity=100);opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{display:table}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(vendor/images/close.png) top right no-repeat;text-align:right;outline:0;filter:alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;filter:alpha(Opacity=100);opacity:1}

/************************************************** TAGS (AND SOME BUTTON STUFF) *******/
.tag, .tagd {
  position: relative;
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 5px 10px 5px 25px;
  background: #dc1d27;
  text-transform: uppercase;
  text-align: left;
  color: #fff;
  z-index: 999;
  white-space:nowrap;
  font-weight: bold;
}

.product-card .tag {
  position: absolute;
  top: -5px;
  left: -5px;
}

.product-card .tagd {
  position: absolute;
  top: -5px;
  right: -10px;
}

.tag:before {
  font-family: FontAwesome !important;
  display: block;
  position: absolute;
  left: 4px;
  top: 3px;
  font-size: 1.1em
}
.tag--popular,
.tag--new {
  padding-left: 10px; 
}
.btn--popular,
.tag--popular,
.btn--hot,
.tag--hot {
  margin: 5px 5px 5px 0;
  padding: 5px 5px 5px 5px;
  background: #dc1d27;
}

.btn--gift,
.tag--gift {
  margin: 5px 5px 5px 0;
  padding: 5px 5px 5px 5px;
  background: #e8b31b;
}

.btn--offer,
.tag--offer {
  margin: 5px 5px 5px 0;
  padding: 5px 5px 5px 5px;
  background: #4ab4e3;
}

.btn--clearance,
.tag--clearance {
  margin: 5px 5px 5px 0;
  padding: 5px 5px 5px 5px;
  background: #81cc29;
}

.btn--grey,
.tag--grey {
  margin: 5px 5px 5px 0;
  padding: 5px 5px 5px 5px;
  background: #dddddd;
  color: #000;
}

.btn--deal,
.tag--deal {
  background: #e8b31b;
  padding-left:10px;
}
.btn--wishlist,
.tag--wishlist {
  margin: 5px 5px 5px 0;
  padding: 5px 5px 5px 5px;
  background: #4ab4e3;
}
.btn--wishlist:before,
.tag--wishlist:before {
  margin: 0px;
}

.btn--delivery,
.tag--delivery {
  margin: 5px 5px 5px 0;
  padding: 5px 5px 5px 5px;
  background: #81cc29;
}

.btn--delivery:before,
.tag--delivery:before {
    margin:0px;
}

.displaynone {
    visibility:hidden;
    display:none;
}

input[type=number] {
  max-width: 90px;
  font-weight: 600;
  font-size: 1.2em;
  padding: 0 0 0 5px;
  line-height: 30px;
  position: relative;
  top: 2px;
  border-radius: 0px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

/************************************************** BOOTSTRAP SM *******/
@media (min-width: 992px) {

  .options > div {
    float: left;
    margin: 0 0 10px;
    clear: both;
  }

    .options > div.options__sort {
        margin-left: 20px;

    }
  
  .options > div.options__preferences {
    margin: 0;
    float: right;
  }

}

@media (min-width: 992px) {
    .options > div {
        clear: none;
    }
}

 div.options__preferences div {
    display: inline-block;
    margin-top:11px;
  }

@media (min-width: 1200px) {
    .col-xl-8 {
        flex: 0 0 58.111111%;
        max-width: 58.111111%;
    }

    .col-xl-2 {
        flex: 0 0 24.99999%;
        max-width: 24.99999%;
    }
}

@media (min-width: 1500px) {
    .col-xl-8 {
        flex: 0 0 66.6666664%;
        max-width: 66.66664%;
    }

    .col-xl-2 {
        flex: 0 0 16.6666667%;
        max-width: 16.6666667%;
    }
}

.input-group-prepend input[type=text] {
    text-align: center;
    height: 53px;
    margin-top: 10px;
    width: 70px;
}

.input-group-prepend button {
    background-color: #eee;
    font-size: 1.15em;
    border: 1px solid #ccc;
    color: #204d77;
    top: 0px;
    height:53px;
}